home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Visual Basic new SourceCode and Projects / Adventure game / CDir.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-05-20  |  976 b   |  32 lines

  1. VERSION 5.00
  2. Begin VB.Form CDir 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Compiler Directives"
  5.    ClientHeight    =   1320
  6.    ClientLeft      =   390
  7.    ClientTop       =   7005
  8.    ClientWidth     =   2655
  9.    Icon            =   "CDir.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MDIChild        =   -1  'True
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1320
  15.    ScaleWidth      =   2655
  16.    ShowInTaskbar   =   0   'False
  17.    Begin VB.TextBox Text1 
  18.       Height          =   1335
  19.       HideSelection   =   0   'False
  20.       Left            =   0
  21.       MultiLine       =   -1  'True
  22.       ScrollBars      =   2  'Vertical
  23.       TabIndex        =   0
  24.       Top             =   0
  25.       Width           =   2655
  26.    End
  27. Attribute VB_Name = "CDir"
  28. Attribute VB_GlobalNameSpace = False
  29. Attribute VB_Creatable = False
  30. Attribute VB_PredeclaredId = True
  31. Attribute VB_Exposed = False
  32.